From a71e943da4df83fa9a0b2118e3bbc899b387681c Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 29 Apr 2004 16:10:51 +0000 Subject: [PATCH] some id's weren't adjusted yet --- stylesheets/monobook/rtl.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/stylesheets/monobook/rtl.css b/stylesheets/monobook/rtl.css index d74888fe68..2bdc224de9 100644 --- a/stylesheets/monobook/rtl.css +++ b/stylesheets/monobook/rtl.css @@ -32,15 +32,13 @@ body * { /* unicode-bidi: bidi-override;*/ unicode-bidi: embed; } -#portal-column-content { +#column-content { margin: 0 -12.2em 0 0; float: left; } -#portal-column-content #content{ +#column-content #content{ margin-left: 0; margin-right: 12.2em; -} -#documentContent { border-right: 1px solid #aaaaaa; border-left: none; } @@ -53,7 +51,7 @@ html>body .portlet { float: none; clear: none; } -.portletContent { +.pBody { padding-right: 0.8em; padding-left: 0.5em; } @@ -63,7 +61,7 @@ html>body .portlet { .documentByLine, .portletDetails, .portletMore, -#portal-personaltools { +#p-personal { text-align: left; } @@ -74,10 +72,6 @@ div div.thumbcaption { #catlinks, div.magnify, #div.townBox, -.portletClose { - float: left; -} - #p-logo { left: auto; right: 0; -- 2.20.1